Welcome![Sign In][Sign Up]
Location:
Search - delphi INdy

Search list

[Internet-NetworkPortMapClient

Description: lan中的端口映射客户端程序-lan port mapping of client
Platform: | Size: 3567616 | Author: 蚊子 | Hits:

[Other systemszhy123_QQ05Pass

Description: 可以获得qq密码,后自动发送指定邮箱,运用了键盘鼠标钩子,自定义热键,和indy的smtp控件,现只对qq2005贺岁版有效,对最新版qq不好使,有兴趣的朋友可以看看。。。 -can qq passwords, automatically sending the designated mailbox, using a keyboard and mouse hook, since the definition of hotkey, and the Indy smtp control, it is only right qq2005 Hesuiban effective, the latest version of qq do so, interested friends can see. . .
Platform: | Size: 427008 | Author: 梁诚 | Hits:

[ICQ-IM-Chatxue_wen_Pchat

Description: 本人初学delphi的网络开发,对许多的东西还不是很通,但这个代码也是呕心(不是恶心:-) )之作!因为初学往往把握不准核心,有缺乏通俗的教材,故而曰:万事开头难! 这个程序的目的:希望能对刚开始学习网络开发得朋友一点提示!了解基本的网络开发流程!学习使用delphi的网络组件! 这个小程序实现了:客户端线服务器的连接,服务器接受后根据客户的要求转发信息,从而实现多个客户端的交流! 这个程序的不足:由于时间仓促仅实现了核心功能,对于像qq那样的注册和管理客户信息都没有完善,但是我认为这与信息的发送是同理的,在以后有时间我会再继续学习完善的! 我的期待:希望大家能给我的程序提点意见,无论是从想法上,还是程序的风格上……只要您说,就是对我的帮助,我会感激不尽的! 使用的组件:IdTCPClient,IdTCPServer -I Beginners network development, many of the right things is still valid, but the code is disgusting (not nausea :-)) of for! Because beginners often not allowed to grasp the core, a lack of common materials, the club said : Everything is hard in the beginning! The purpose of this procedure : The hope is to just start learning network development in a friend suggested 1:00! Basic understanding of the network development process! Delphi learning to use the network components! This small program : client server line connectivity, server customers after receiving the request forward, thereby number of client communication! The procedures are inadequate : only limited time to achieve a core functions, such as qq the registration and management of customer information is not perfect, but I thin
Platform: | Size: 585728 | Author: | Hits:

[OS programIndy_FTP

Description: 基於indy的ftp service軟件-ftp service software
Platform: | Size: 1907712 | Author: mama | Hits:

[Delphi VCLindy9

Description: delphi控件的更新,对发送邮件的一些bug进行了修正,很有用-delphi Control Update, send an email to the bug was amended useful
Platform: | Size: 2205696 | Author: 李丽 | Hits:

[Delphi VCLIndy9Demos

Description: 好的Indy控件集,用来可以用来做邮件群发,FTP上传等等,功能多得让你想不到。-Indy good control set, to be used for mail listserv, FTP upload, etc., More functions let you can not think of.
Platform: | Size: 1403904 | Author: 肖滔 | Hits:

[Ftp Clientthread_Tcpserver_client_code

Description: 多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:) 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。
Platform: | Size: 56320 | Author: 红鱼 | Hits:

[CommunicationIndy10NewDemo

Description: INDY10的新DEMO,是帮助使用INDY控件的好
Platform: | Size: 1012736 | Author: lirui | Hits:

[WEB Codenetreg

Description: 现在程序采用网络验证的越来越多,但我找遍了网络也没有找到如何自己编程实现网络验证,有感于此,我采用以下方法进行网络验证: 具体方法: 1.建立http服务器。我是采用asp+access数据库实现web服务器程序,然后用netbox2.7封装成独立的web服务器程序(也可以不封装,只是要安装一个http服务器程序提供对asp的解析),提供http服务的。相关文件:data.mdb addinfo.asp getinfo.asp conn.asp(为asp源文件) netregsrv.exe(用netbox 2.7封装完成的http服务器程序,可以不要其他http服务器程序,如iis、pws、apache等) ; 2.应用程序:采用indy控件中的idhttp组件,构造http头,向指定的服务器发送用户名和密码,然后从服务器端的数据库中获取对应的注册码。 后话:本程序中为演示方便,服务器地址设为了本地(localhost)。同时也只是我为了实现我所想像的网络验证思路而作。在此思路上,也可以再加入加密算法和程序中合理的效验和一定的安全措施,可以一定程度地提高自己的程序的安全性,不太成熟,欢迎大家共同讨论.-err
Platform: | Size: 250880 | Author: ycs | Hits:

[ICQ-IM-ChatQQUDP

Description: 类似QQ的UDP聊天程序(Delphi编写的类似QQ聊天模式源码)-The UDP similar QQ chat program (Delphi prepared QQ chat mode similar source)
Platform: | Size: 331776 | Author: 李雄 | Hits:

[Internet-NetworkMailEncodeFunction

Description: 邮件解码函数,用于INDY收下来的邮件内容,标题,收件人等信息的解码-E-mail decoding function, INDY closed down for the message content, title, recipient and other information decoder
Platform: | Size: 1024 | Author: fanghui | Hits:

[Internet-Networkindy10__New_demos

Description: indy 10.0 的Demo.希望对使用indy的朋友有所帮助.-indy 10.0 The Demo. I hope our friends on the use of indy help.
Platform: | Size: 893952 | Author: sdl | Hits:

[Remote ControlEasyIndyDemo

Description:
Platform: | Size: 399360 | Author: axiu | Hits:

[Delphi VCLIndy9Demos_26Oct04

Description: delphi 的 Indy demo 9.0版,对于用delphi编写网络程序,很有帮助。-delphi
Platform: | Size: 1222656 | Author: 王海 | Hits:

[Internet-Networkintenetdatetime

Description: 通过indy datetime控件同步互联网时间服务器的小软件-Indy datetime control synchronization through the Internet time server small software
Platform: | Size: 195584 | Author: sky | Hits:

[BooksIndy_In_Depth

Description:
Platform: | Size: 660480 | Author: cyber | Hits:

[Delphi VCLTIE_http_https_build_066

Description: 一个类似indy控件包中的idhttp的控件,支持https协议-A similar package in the indy controls idhttp control, support https protocol
Platform: | Size: 73728 | Author: 付玉水 | Hits:

[Delphi VCLidTcp

Description: 轻巧的TCP 客户端与服务器端通讯测试套件.可以在两处分别安装客户端与服务器端,就可以测试TCP是否可以通讯了.采用了INDY的TCP套件完成-Lightweight TCP client and server-side communications test suite. Can be installed separately in the two client and server-side, you can test whether TCP can be a communication. INDY uses the TCP package completed
Platform: | Size: 711680 | Author: wuyu | Hits:

[Internet-NetworkFtpMager

Description: ftp服务器管理源码,使用了INDY组件,采组XML方式读取配置文件,同时连接FTP服务器成功后自动转到指定的目录上面-ftp server source code management, the use of the INDY components, mining group the way to read XML configuration file, at the same time to connect FTP server automatically go after the success of the above specified directory
Platform: | Size: 359424 | Author: 软件工作 | Hits:

[Othermydock

Description: Analogue of NuSphere PhpDock commercial application. Tiny portable webserver and embedded IE lets you develop client-side applications in PHP. Compiled application + Delphi source code (requires free Indy component to build).-Analogue of NuSphere PhpDock commercial application. Tiny portable webserver and embedded IE lets you develop client-side applications in PHP. Compiled application+ Delphi source code (requires free Indy component to build).
Platform: | Size: 2882560 | Author: kzew | Hits:
« 1 2 3 4 56 7 8 9 10 11 »

CodeBus www.codebus.net